home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / paintnet / PaintDotNet_3_01_BetaNews.exe / PaintDotNetSetup.exe / PaintDotNet.msi / _1B4BE92978C331ADE6DFA6929BFF9552 < prev    next >
Encoding:
Text File  |  2007-01-11  |  5.5 KB  |  145 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - History Window</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <a href="http://www.getpaint.net/">
  17.     <img border="0" src="../images/logo.png"></a><p>
  18.      </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         <a href="Tutorials.html">Tutorials</a><br>
  25.         <a href="WhatsNew.html">What's New?</a><br>
  26.         </li>
  27.     </ul>
  28.     <h3>Concepts</h3>
  29.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  30.         <li><a href="LayersAndBlendModes.html">Layers and Blend Modes</a></li>
  31.     </ul>
  32.     <h3>User Interface</h3>
  33.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  34.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  35.         <li><a href="MainWindow.html">Main Window</a></li>
  36.         <li><a href="ImageList.html">Image List</a></li>
  37.         <li><a href="MenuBar.html">Menu Bar</a>
  38.         <ul class="toc">
  39.             <li><a href="FileMenu.html">File</a></li>
  40.             <li><a href="EditMenu.html">Edit</a></li>
  41.             <li><a href="ViewMenu.html">View</a></li>
  42.             <li><a href="ImageMenu.html">Image</a></li>
  43.             <li><a href="LayersMenu.html">Layers</a>
  44.             <ul class="toc">
  45.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  46.             </ul></li>
  47.             <li><a href="AdjustmentsMenu.html">Adjustments</a> 
  48.                 <ul class="toc">
  49.                     <li><a href="Curves.html">Curves</a></li>
  50.                     <li><a href="Levels.html">Levels</a></li>
  51.                 </ul></li>
  52.             <li><a href="EffectsMenu.html">Effects</a></li>
  53.             <li><a href="WindowMenu.html">Window</a></li>
  54.             <li><a href="HelpMenu.html">Help</a></li>
  55.         </ul>
  56.         </li>
  57.         <li><a href="Toolbar.html">Toolbar</a></li>
  58.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  59.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  60.             <li><a href="MoveTools.html">Move Tools</a><br>
  61.             <a href="MagicWand.html">Magic Wand</a></li>
  62.             <li><a href="GradientTool.html">Gradient Tool</a><br>
  63.             <a href="Paintbrush.html">Paintbrush</a></li>
  64.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  65.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  66.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  67.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  68.             <li><a href="TextTool.html">Text Tool</a></li>
  69.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  70.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  71.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  72.         </ul>
  73.         </li>
  74.         <li><a href="HistoryWindow.html">History Window</a></li>
  75.         <li><a href="LayersWindow.html">Layers Window</a></li>
  76.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  77.         <li><a href="StatusBar.html">Status Bar</a></li>
  78.     </ul>
  79.     </li>
  80.     <h3>Other</h3>
  81.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  82.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  83.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  84.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  85.         <li><a href="WebLinks.html">Web Links</a></li>
  86.         <li><a href="License.html">License</a></li>
  87.     </ul>
  88. </div>
  89. <div id="content">
  90.     <!-- #BeginEditable "content" -->
  91.     <h2>History Window</h2>
  92.     <p>This window is where all of the actions you have performed on an image 
  93.     since it was opened will be shown. It consists of a list of actions, and a 
  94.     toolbar for rolling back or forward through the effects of the actions.</p>
  95.     <p>Every time you perform an action that changes the image, or when you 
  96.     create or modify a selection, it will be reflected in the History Window. If 
  97.     you have undone any actions, they will show up at the bottom with a grey 
  98.     background and may be redone by using the Redo facility. If you perform a 
  99.     new action, any actions that are redoable will be erased to make way for the 
  100.     new action.</p>
  101.     <ul>
  102.         <li class="nobullet">
  103.         <img border="0" src="Images/HistoryWindow.png"></li>
  104.     </ul>
  105.     <p>From left-to-right, the buttons are:</p>
  106.     <ul>
  107.         <li>
  108.         <h3><a name="Rewind"></a>Rewind (Undo All)</h3><p>This will undo every 
  109.         action that you have performed. If there are many actions in the list, 
  110.         this may take some time to finish.</p></li>
  111.         <li>
  112.         <h3><a name="Undo"></a>Undo</h3><p>This will undo only the last action 
  113.         you performed.</p></li>
  114.         <li>
  115.         <h3><a name="Redo"></a>Redo</h3><p>This will redo the last action that 
  116.         was undone.</p></li>
  117.         <li>
  118.         <h3><a name="FastForward"></a>Fast Forward (Redo All)</h3><p>This will 
  119.         redo all the actions that have been undone.</p></li>
  120.         <li>
  121.         <h3><a name="ClearHistory"></a>Clear History</h3><p>This clears the 
  122.         history. This may be useful for freeing up memory and disk space. Each 
  123.         history action takes a small amount of memory, and many of them also 
  124.         take up disk space in a temporary area of your hard drive. In general, 
  125.         you should not need to ever use this button.</p></li>
  126.     </ul>
  127.     <!-- #EndEditable -->
  128.     <h4><br>
  129.     <br>
  130.     </h4>
  131.     <p align="center">
  132.     <font color="#808080" size="1">Copyright <font face="Times New Roman">┬⌐ 2007 </font>
  133.     Rick Brewster, Tom Jackson, and past contributors. Portions Copyright
  134.     <font face="Times New Roman">┬⌐ 2007 </font>Microsoft Corporation. All Rights 
  135.     Reserved.</font><font size="1"> <br>
  136.     </font>
  137. </div>
  138. </b>
  139.  
  140. </body>
  141.  
  142. <!-- #EndTemplate -->
  143.  
  144. </html>
  145.